Authorizations
See the documentation for more information.
Path Parameters
Body
application/json
Example:
true
Response
204 - application/json
Enabled/Disabled the lock successfully
The response is of type object.
Update the Lock for a charger
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/lock \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true
}'{}See the documentation for more information.
true
Enabled/Disabled the lock successfully
The response is of type object.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/lock \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true
}'{}